Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/SOP10110
Product: Microsoft Dynamics GP (0)
Series: Sales
Display Name: Extended Pricing Price Sheet Header Group Display Name: Item Master
Physical Name: SOP10110
Technical Name: sopExtPricingPriceSheetHeader
Group Technical Name: Item Master
Seq No | Physical Name | Display Name | Dexterity Data Type | SQL Data Type | Length | |
---|---|---|---|---|---|---|
1 | PRCSHID | PriceSheetID | String | STR15_LBU | 15 | |
2 | DESCEXPR | DescriptionForExtPricing | String | STR50 | 50 | |
3 | NTPRONLY | NetPriceOnly | Boolean | CB_NetPriceOnly | 0 | |
4 | ACTIVE | Active | Boolean | CB_Active | 0 | |
5 | STRTDATE | Start Date | Date | DT | 8 | |
6 | ENDDATE | End Date | Date | DT | 8 | |
7 | NOTEINDX | Note Index | Currency | DLR14 | 14 | |
Key to the Record Notes Master (SY03900).
Click to show/hideSELECT
['Extended Pricing Price Sheet Header'].NOTEINDX AS 'Extended Pricing Price Sheet Header-Note Index'
,['Record Notes Master'].NOTEINDX AS 'Record Notes Master-Note Index'
FROM
SOP10110 AS ['Extended Pricing Price Sheet Header']
INNER JOIN
SY03900 AS ['Record Notes Master']
ON
['Extended Pricing Price Sheet Header'].NOTEINDX = ['Record Notes Master'].NOTEINDX | ||||||
8 | PROMO | Promotion | Boolean | CB_Promotion | 0 | |
9 | CURNCYID | Currency ID | String | STR15_Currency_ID | 15 | |
Key to the Currency Setup (MC40200).
Click to show/hideSELECT
['Extended Pricing Price Sheet Header'].CURNCYID AS 'Extended Pricing Price Sheet Header-Currency ID'
,['Currency Setup'].CURNCYID AS 'Currency Setup-Currency ID'
FROM
SOP10110 AS ['Extended Pricing Price Sheet Header']
INNER JOIN
DYNAMICS..MC40200 AS ['Currency Setup']
ON
['Extended Pricing Price Sheet Header'].CURNCYID = ['Currency Setup'].CURNCYID |